Version

DragDropIndicatorManager Constructor(Point,UIElement[],Orientation,Control,Double)

Initializes a new DragDropIndicatorManager
Syntax
'Declaration
 
Public Function New( _
   ByVal offset As Point, _
   ByVal elements() As UIElement, _
   ByVal indicatorOrientation As Orientation, _
   ByVal dropSource As Control, _
   ByVal dragIndicatorOpacity As Double _
)
public DragDropIndicatorManager( 
   Point offset,
   UIElement[] elements,
   Orientation indicatorOrientation,
   Control dropSource,
   double dragIndicatorOpacity
)

Parameters

offset
Amount that the drag indicator should be offset from the mouse location when displayed
elements
An array of Elements that should be rendered in the drag indicator
indicatorOrientation
Orientation of the drop indicators
dropSource
Root control that the drag operation will be over
dragIndicatorOpacity
The opacity to use when displaying the drag indicator.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also